-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebSockets Next: add integration test module #44442
Conversation
mkouba
commented
Nov 12, 2024
- add this module in the native-tests.json config in the HTTP category
- fixes WebSockets Next: add integration test module #44434
- add this module in the native-tests.json config in the HTTP category - fixes quarkusio#44434
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✔️ | JVM Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
✔️ | JVM Tests - JDK 21 | Logs | Raw logs | 🔍 | ||
✖ | JVM Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 17 Windows #
- Failing: integration-tests/grpc-descriptor-sets/grpc-descriptor-set-alternate-output-dir
📦 integration-tests/grpc-descriptor-sets/grpc-descriptor-set-alternate-output-dir
✖ io.quarkus.grpc.examples.hello.DescriptorSetExistsTest.descriptorSetExists
line 16
- History - More details - Source on GitHub
java.lang.AssertionError:
Expecting path:
D:\a\quarkus\quarkus\integration-tests\grpc-descriptor-sets\grpc-descriptor-set-alternate-output-dir\target\proto
to exist (symbolic links were followed).
at io.quarkus.grpc.examples.hello.DescriptorSetExistsTest.descriptorSetExists(DescriptorSetExistsTest.java:16)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Flaky tests - Develocity
⚙️ JVM Tests - JDK 17
📦 integration-tests/opentelemetry-vertx-exporter
✖ io.quarkus.it.opentelemetry.vertx.exporter.grpc.SimpleGrpcWithTLSNoCompressionTest.test
- History
No value present
-java.util.NoSuchElementException
java.util.NoSuchElementException: No value present
at java.base/java.util.Optional.get(Optional.java:143)
at io.quarkus.it.opentelemetry.vertx.exporter.AbstractExporterTest.getMetric(AbstractExporterTest.java:145)
at io.quarkus.it.opentelemetry.vertx.exporter.AbstractExporterTest.verifyMetrics(AbstractExporterTest.java:101)
at io.quarkus.it.opentelemetry.vertx.exporter.AbstractExporterTest.test(AbstractExporterTest.java:53)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:966)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:816)
The |
@mkouba you can check the history with the |
Ah, ok. Why is it listed in Failures and not Flaky tests then? |